home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / mus / misc / DelfScope.lha / DelfScope / src / smakefile < prev   
Makefile  |  2000-10-03  |  290b  |  14 lines

  1.  
  2. DelfScope: DelfScope.o scope_asm.o scope_dsp.o
  3.     sc link DelfScope.o scope_asm.o scope_dsp.o to DelfScope
  4.  
  5. DelfScope.o: DelfScope.c scope_asm.h scope_dsp.h
  6.     sc DelfScope.c
  7.  
  8. scope_asm.o: scope_asm.a
  9.     sc scope_asm.a
  10.  
  11. scope_dsp.o: scope_dsp.a56
  12.     a56 scope_dsp.a56 object _DSP56K_SCOPE nolist
  13.  
  14.